net/http.Request.outgoingLength (method)
4 uses
net/http (current package)
client.go#L533: if ireq.GetBody == nil && ireq.outgoingLength() != 0 {
request.go#L1433: func (r *Request) outgoingLength() int64 {
transfer.go#L93: t.ContentLength = rr.outgoingLength()
transport.go#L711: return req.outgoingLength() == 0 || req.GetBody != nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)